Micron Document
welo git mirrors

Node / public / reticulum / commits / ef8ccf6

Commit ef8ccf67edb17e894e63c8a01e3ef6463686fe77


Parents : 91d531b
Author : Mark Qvist <bc7291552be7a58f361522990465165c>
Signature : T66BB85Valid, signed by author
Date : 2026-05-29T08:21:32+02:00

Cleaned up superfluous path state call

Changes

1 files changed, 0 insertions(+), 1 deletions(-)


Diff

diff --git a/RNS/Transport.py b/RNS/Transport.py
index 3e025eac5..b0bba5370 100755
--- a/RNS/Transport.py
+++ b/RNS/Transport.py
@@ -1828,7 +1828,6 @@ class Transport:
else:
# If this destination is unknown in our table
# we should add it
- Transport.mark_path_unknown_state(packet.destination_hash)
should_add = True
if should_add:

Served by rngit 1.4.2 - Generated in 0.03s